#content .asset { 
  float:left;
  margin: 0 10px 10px 0;
}

.size_200 .asset {
  width: 200px;
  height: 200px;
  overflow:hidden;
}

.assets .copy_left .copy,
.assets .copy_right .copy,
.assets .video .copy
 {
  display:none;
}

/* Title Asset Controls*/

#asset_title.copy_right {
  overflow: auto;
}

#asset_title.copy_right img{
  float:left;
  width: 70%;
  margin-right: 15px;
}
#asset_title.copy_left{
  overflow: auto;
}

#asset_title.copy_left img{
  width: 70%;
  float:right;
  margin-left: 15px;
}


/* Asset Sizes */
.size_150 .asset {   width: 150px; height: 150px; overflow: hidden;}
.size_200 .asset {   width: 200px; height: 200px; overflow: hidden;}

/* Images for Videos in Grid */
.size_150 .asset.video a {
  width: 150px;
  height: 150px;
  display:block;
  overflow:hidden;
  position: relative;

}
.size_150 .asset.video .vid_overlay {
  position: absolute;
  width: 50px;
  left: 32%;
  top: 32%;  
}
.size_150 .asset.video a img.vid_img {
  height: 150px;
  display:block;
}

/* Images for Videos in Grid */
.size_200 .asset.video a {
  width: 200px;
  height: 200px;
  display:block;
  overflow:hidden;
  position: relative;
}

.size_200 .asset.video .vid_overlay {
  position: absolute;
  left: 32%;
  top: 33%;  
}

.size_200 .asset.video a img.vid_img {
  height: 200px;
  display:block;
}

/* Image Resize */
.size_150 .assets .image img {
  height: 150px;
}

.size_200 .assets .image img {
  height: 200px;
}
